home *** CD-ROM | disk | FTP | other *** search
- /* =================
- * AEAHandlerQuit.hh
- * =================
- *
- * Implemented by AEAHandlerQuit.cc
- */
-
- #pragma once
-
- #include "AEAHandler.hh"
-
- class AEADescAppleEvent;
-
- class AEAHandlerQuit : public AEAHandler {
- public:
- AEAHandlerQuit();
- virtual ~AEAHandlerQuit() {}
- virtual void HandleEventSelf(const AEADescAppleEvent &inAppleEvent, AEADescAppleEvent &outReply);
- virtual void NotifyAppQuitEvent() = 0;
- };
-